home *** CD-ROM | disk | FTP | other *** search
- PopupSortTableView = {SUPERCLASS = DBTableView; };
- SchemaBuilder = {OUTLETS = {controller = controller; }; SUPERCLASS = Application; };
- FirstResponder = {ACTIONS = {"tablePanel:" = "tablePanel:"; }; SUPERCLASS = Object; };
- Controller = {
- ACTIONS = {
- "adaptorInfo:" = "adaptorInfo:";
- "addAttribute:" = "addAttribute:";
- "addEntity:" = "addEntity:";
- "addRelationship:" = "addRelationship:";
- "checkConsistency:" = "checkConsistency:";
- "classEditor:" = "classEditor:";
- "close:" = "close:";
- "createTemplate:" = "createTemplate:";
- "deleteAttribute:" = "deleteAttribute:";
- "deleteClass:" = "deleteClass:";
- "deleteEntity:" = "deleteEntity:";
- "deleteKey:" = "deleteKey:";
- "deleteRelationship:" = "deleteRelationship:";
- "editRelationship:" = "editRelationship:";
- "flattenAttribute:" = "flattenAttribute:";
- "info:" = "info:";
- "inspector:" = "inspector:";
- "modelBrowser:" = "modelBrowser:";
- "modelEditor:" = "modelEditor:";
- "newModel:" = "newModel:";
- "openModel:" = "openModel:";
- "preferences:" = "preferences:";
- "revertToSaved:" = "revertToSaved:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "subclassClass:" = "subclassClass:";
- "subclassEntity:" = "subclassEntity:";
- };
- OUTLETS = {editRelationshipMenuCell = editRelationshipMenuCell; };
- SUPERCLASS = Object;
- };
-